SslPrivateKey

public interface SslPrivateKey

An SSL private key.

Functions

Link copied to clipboard
public Array<byte> derEncodedValue()
Returns an array of bytes that represents the DER-encoded representation of the SSL private key.
Link copied to clipboard
public static SslPrivateKey of(Array<byte> derEncoded)
Creates an SslPrivateKey instance for the given bytes.